home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: delta / whiteline CD Series - delta.iso / vision / grafics / programm / godpaint / gp_julia.doc < prev    next >
Encoding:
Text File  |  1995-11-25  |  3.2 KB  |  73 lines

  1.    ___      ___      ___    ___     ___      _        ___      _    ___
  2.   /___\    /___\_   /___\_ /___\_  /___\    //   _   /___\    //   /___\
  3.   \\  \\   \\  \/   \\  \/ \\  \/  \\  \\   \\   \\  \\  \\   \\   \\  \\
  4.    \\_//_   \\____   \\____ \\____  \\_//_   \\   \\  \\  \\   \\   \\_//_
  5.    /_ ___\  /  __/   /___ / /  __/  /  ___\  / \   \\ / \  \\  / \  /  ___\
  6.   /// \  \\ \  \         \\ \  \    \  \  \\ \  \  // \  \  \\ \  \ \  \  \\
  7.  // \  \  \\ \  \_\\  //__\\ \  \_\\ \  \  \\ \  \//  //  \__\\ \  \ \  \  \\
  8.  \\  \  \  \\ \     \ \     \ \     \ \  \  \\ \  /  // \     /  \  \ \  \  \\
  9.   \\  \_/  //  \_\\_/  \_\\_/  \_\\_/  \_/  //  \/sh3\\  \_\\/    \_/  \_/  //
  10.    \\_____//______\\______\\______\\_______//_________\\____\\_____________//
  11.     \_______________________________________________________________________\
  12.                          G    .    O    .    D    .    S
  13.  
  14.     sh3: Kev, 20 Cambridge Drive, Little Lever, BOLTON. BL3 1XG. England.
  15.  
  16.             How to get good Julias with GodPaint's fractal function
  17.             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  18.  
  19. (For help with the demo version of GodPaint click on the help icon next to the
  20.                                    disk icon)
  21.  
  22.      If you try to draw some Julia pictures with GodPaint's default settings you 
  23. won't get very far...this is because those defaults are for the Mandlebrot set.  
  24. Below is a table of values which can be considered a default set for the Julias:
  25.  
  26. VARIABLE            START                    END
  27.  
  28.    A              0    0 0 0             +2    9 9 9
  29.    B              0    0 0 0             +2    9 9 9
  30.    P             -2    9 9 9              0    9 9 9
  31.    Q             -2    9 9 9              0    9 9 9
  32.  
  33.      If you set the variables to the above values you should get some kind of 
  34. concentric circles pattern.  Not very interesting until you slightly alter some 
  35. of those values.
  36.  
  37.      To now get some truly amazing Julias try the following:
  38.  
  39.      Change A start to -1, +1 or +2.
  40.      Change B start to -2, -1, +1 or +2.
  41.      Combinations of the above.
  42.  
  43.      Do the above and you should get some nice Julias.  You can get some even 
  44. better ones by trying these:
  45.  
  46.      Change A start's '0 0 0' to '9 9 9' in increments of 50 or 100.
  47.      Change B start's '0 0 0' to '9 9 9' in increments of 50 or 100.
  48.      Combinations of the above (A & B's '0 0 0' can be different!).
  49.  
  50.      For a very nice Julia animation try changing the '0 0 0' of A and B from 
  51. '3 5 0' to '4 0 0' in small steps (increments of 5 or 10).
  52.  
  53.      NOTE:     THERE SEEMS TO BE A BIT OF A BUG!  TRY CHANGING A-START'S '0 0 0' 
  54.      ¯¯¯¯      AND WATCH A-END'S '9 9 9'...SEEMS TO ALTER THE A-END RATHER THAN 
  55.                THE A-START FOR THE 2 LEAST SIGNIFICANT VALUES (BETWEEN 1 AND 99,
  56.                101 AND 199 ETC)!!
  57.  
  58.  
  59.      Try this one:
  60.  
  61.                Iter:99
  62.  
  63. VARIABLE            START                    END
  64.  
  65.    A              0    x y z             +2    9 9 9
  66.    B              0    x y z             +2    9 9 9
  67.    P             -2    9 9 9             -1    9 9 9
  68.    Q             -2    9 9 9             -1    9 9 9
  69.  
  70.      For x, y & z go in increments of about 2 or 3 from 370 to 400.
  71.  
  72. SH3/RG
  73.